home *** CD-ROM | disk | FTP | other *** search
/ Delphi Programmer's Power Pack / Delphi Volume 1.iso / e_to_l / fbuilder / delphi / demos / dbexprfm.dfm / dbexprfm.txt
Encoding:
Text File  |  1996-09-15  |  7.5 KB  |  349 lines

  1. object DBExprBuilder: TDBExprBuilder
  2.   Left = 47
  3.   Top = 67
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsSingle
  6.   ClientHeight = 460
  7.   ClientWidth = 703
  8.   Font.Color = clBlack
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Pitch = fpVariable
  12.   Font.Style = []
  13.   PixelsPerInch = 120
  14.   Position = poScreenCenter
  15.   OnActivate = FormActivate
  16.   OnCloseQuery = FormCloseQuery
  17.   OnCreate = FormCreate
  18.   TextHeight = 16
  19.   object Bevel1: TBevel
  20.     Left = 561
  21.     Top = 30
  22.     Width = 129
  23.     Height = 257
  24.     Shape = bsFrame
  25.   end
  26.   object SpeedButton1: TSpeedButton
  27.     Tag = 1
  28.     Left = 571
  29.     Top = 49
  30.     Width = 31
  31.     Height = 31
  32.     AllowAllUp = True
  33.     Caption = '&='
  34.     OnClick = SpeedButton1Click
  35.   end
  36.   object NeBtn: TSpeedButton
  37.     Tag = 1
  38.     Left = 610
  39.     Top = 49
  40.     Width = 31
  41.     Height = 31
  42.     AllowAllUp = True
  43.     Caption = '<>'
  44.     OnClick = SpeedButton1Click
  45.   end
  46.   object LtBtn: TSpeedButton
  47.     Left = 651
  48.     Top = 49
  49.     Width = 28
  50.     Height = 31
  51.     AllowAllUp = True
  52.     Caption = '&<'
  53.     OnClick = SpeedButton1Click
  54.   end
  55.   object SpeedButton4: TSpeedButton
  56.     Left = 571
  57.     Top = 89
  58.     Width = 31
  59.     Height = 30
  60.     AllowAllUp = True
  61.     Caption = '&>'
  62.     OnClick = SpeedButton1Click
  63.   end
  64.   object LEBtn: TSpeedButton
  65.     Left = 612
  66.     Top = 89
  67.     Width = 30
  68.     Height = 30
  69.     AllowAllUp = True
  70.     Caption = '<='
  71.     OnClick = SpeedButton1Click
  72.   end
  73.   object GeBtn: TSpeedButton
  74.     Tag = 1
  75.     Left = 650
  76.     Top = 89
  77.     Width = 31
  78.     Height = 30
  79.     AllowAllUp = True
  80.     Caption = '>='
  81.     OnClick = SpeedButton1Click
  82.   end
  83.   object PlusBtn: TSpeedButton
  84.     Tag = 1
  85.     Left = 571
  86.     Top = 128
  87.     Width = 31
  88.     Height = 31
  89.     Caption = '&+'
  90.     OnClick = SpeedButton1Click
  91.   end
  92.   object MinusBtn: TSpeedButton
  93.     Tag = 1
  94.     Left = 610
  95.     Top = 128
  96.     Width = 31
  97.     Height = 31
  98.     AllowAllUp = True
  99.     Caption = '&-'
  100.     OnClick = SpeedButton1Click
  101.   end
  102.   object SpeedButton9: TSpeedButton
  103.     Left = 650
  104.     Top = 128
  105.     Width = 31
  106.     Height = 31
  107.     AllowAllUp = True
  108.     Caption = '&*'
  109.     OnClick = SpeedButton1Click
  110.   end
  111.   object DivideBtn: TSpeedButton
  112.     Tag = 1
  113.     Left = 571
  114.     Top = 167
  115.     Width = 31
  116.     Height = 31
  117.     AllowAllUp = True
  118.     Caption = '&/'
  119.     OnClick = SpeedButton1Click
  120.   end
  121.   object SpeedButton11: TSpeedButton
  122.     Tag = 1
  123.     Left = 610
  124.     Top = 167
  125.     Width = 31
  126.     Height = 31
  127.     AllowAllUp = True
  128.     Caption = '&^'
  129.     OnClick = SpeedButton1Click
  130.   end
  131.   object QuoteBtn: TSpeedButton
  132.     Tag = 1
  133.     Left = 650
  134.     Top = 167
  135.     Width = 31
  136.     Height = 31
  137.     AllowAllUp = True
  138.     Caption = '&"'
  139.     OnClick = SpeedButton1Click
  140.   end
  141.   object AndBtn: TSpeedButton
  142.     Tag = 1
  143.     Left = 571
  144.     Top = 207
  145.     Width = 51
  146.     Height = 31
  147.     AllowAllUp = True
  148.     Caption = 'And'
  149.     OnClick = SpeedButton1Click
  150.   end
  151.   object OrBtn: TSpeedButton
  152.     Tag = 1
  153.     Left = 630
  154.     Top = 207
  155.     Width = 51
  156.     Height = 31
  157.     AllowAllUp = True
  158.     Caption = 'Or'
  159.     OnClick = SpeedButton1Click
  160.   end
  161.   object NotBtn: TSpeedButton
  162.     Tag = 1
  163.     Left = 571
  164.     Top = 246
  165.     Width = 51
  166.     Height = 31
  167.     AllowAllUp = True
  168.     Caption = 'Not'
  169.     OnClick = SpeedButton1Click
  170.   end
  171.   object SpeedButton16: TSpeedButton
  172.     Tag = 1
  173.     Left = 630
  174.     Top = 246
  175.     Width = 51
  176.     Height = 31
  177.     AllowAllUp = True
  178.     Caption = 'Like'
  179.     OnClick = SpeedButton1Click
  180.   end
  181.   object Bevel4: TBevel
  182.     Left = 15
  183.     Top = 30
  184.     Width = 533
  185.     Height = 99
  186.     Shape = bsFrame
  187.   end
  188.   object Label1: TLabel
  189.     Left = 17
  190.     Top = 20
  191.     Width = 83
  192.     Height = 19
  193.     Caption = '&Expression'
  194.   end
  195.   object Label4: TLabel
  196.     Left = 566
  197.     Top = 20
  198.     Width = 65
  199.     Height = 19
  200.     Caption = 'Operators'
  201.   end
  202.   object ExpressionMemo: TMemo
  203.     Left = 22
  204.     Top = 39
  205.     Width = 518
  206.     Height = 80
  207.     TabOrder = 0
  208.     OnMouseUp = ExpressionMemoMouseUp
  209.   end
  210.   object BitBtn1: TBitBtn
  211.     Left = 460
  212.     Top = 236
  213.     Width = 90
  214.     Height = 31
  215.     TabOrder = 1
  216.     Kind = bkOK
  217.   end
  218.   object BitBtn2: TBitBtn
  219.     Left = 460
  220.     Top = 276
  221.     Width = 90
  222.     Height = 30
  223.     TabOrder = 2
  224.     Kind = bkCancel
  225.   end
  226.   object GroupButton: TBitBtn
  227.     Left = 460
  228.     Top = 158
  229.     Width = 90
  230.     Height = 30
  231.     Caption = 'Group'
  232.     TabOrder = 3
  233.     OnClick = GroupButtonClick
  234.     Glyph.Data = {
  235.       76010000424D7601000000000000760000002800000020000000100000000100
  236.       04000000000000010000130B0000130B00000000000000000000000000000000
  237.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  238.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333333333
  239.       3333333333FFFFF3333333333000003333333333F777773FF333333003333300
  240.       33333337733333773F33330333333333033333733FFFFFFF73F3303300000003
  241.       303337F37777777337F3303330CCC0333033373337777733373F0333330C0333
  242.       33037F33337773FFF37F03333330300033037F3FFFF73777FF7F0300000307B7
  243.       03037F77777F77777F7F030999030BBB03037F77777F77777F7F0309990307B7
  244.       03037377777F7777737330099903300030333777777F377737F3300000033333
  245.       3033377777733333373333033333333303333373FF33333F7333333003333300
  246.       3333333773FFFF77333333333000003333333333377777333333}
  247.     NumGlyphs = 2
  248.   end
  249.   object Calcbtn: TBitBtn
  250.     Left = 460
  251.     Top = 197
  252.     Width = 90
  253.     Height = 31
  254.     Caption = 'Calc'
  255.     TabOrder = 4
  256.     OnClick = CalcbtnClick
  257.     Glyph.Data = {
  258.       78010000424D7801000000000000760000002800000020000000100000000100
  259.       04000000000000000000120B0000120B00000000000000000000000000000000
  260.       800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  261.       FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00337000000000
  262.       73333337777777773F333308888888880333337F3F3F3FFF7F33330808089998
  263.       0333337F737377737F333308888888880333337F3F3F3F3F7F33330808080808
  264.       0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  265.       0333337F737373737F333308888888880333337F3F3F3F3F7F33330808080808
  266.       0333337F737373737F333308888888880333337F3FFFFFFF7F33330800000008
  267.       0333337F7777777F7F333308000E0E080333337F7FFFFF7F7F33330800000008
  268.       0333337F777777737F333308888888880333337F333333337F33330888888888
  269.       03333373FFFFFFFF7333337000000000733333377777777733330000}
  270.     NumGlyphs = 2
  271.   end
  272.   object StatusPanel: TPanel
  273.     Left = 7
  274.     Top = 423
  275.     Width = 681
  276.     Height = 31
  277.     TabOrder = 5
  278.   end
  279.   object GroupBox1: TGroupBox
  280.     Left = 7
  281.     Top = 325
  282.     Width = 681
  283.     Height = 90
  284.     Caption = 'Result'
  285.     TabOrder = 6
  286.     object Resultmemo: TMemo
  287.       Left = 7
  288.       Top = 18
  289.       Width = 666
  290.       Height = 62
  291.       Lines.Strings = (
  292.         '')
  293.       TabOrder = 0
  294.     end
  295.   end
  296.   object TableGroup: TGroupBox
  297.     Left = 15
  298.     Top = 138
  299.     Width = 134
  300.     Height = 178
  301.     Caption = '&Tables'
  302.     TabOrder = 7
  303.     object TableListbox: TListBox
  304.       Left = 10
  305.       Top = 20
  306.       Width = 117
  307.       Height = 149
  308.       ItemHeight = 16
  309.       TabOrder = 0
  310.       OnClick = TableListboxClick
  311.     end
  312.   end
  313.   object FieldsGroup: TGroupBox
  314.     Left = 155
  315.     Top = 138
  316.     Width = 142
  317.     Height = 178
  318.     Caption = '&Fields'
  319.     TabOrder = 8
  320.     object FieldListbox: TListBox
  321.       Left = 10
  322.       Top = 20
  323.       Width = 123
  324.       Height = 149
  325.       ItemHeight = 16
  326.       TabOrder = 0
  327.       OnDblClick = FieldListboxDblClick
  328.     end
  329.   end
  330.   object FunctionGroup: TGroupBox
  331.     Left = 303
  332.     Top = 138
  333.     Width = 149
  334.     Height = 178
  335.     Caption = 'Functions'
  336.     TabOrder = 9
  337.     object FunctionListBox: TListBox
  338.       Left = 12
  339.       Top = 20
  340.       Width = 126
  341.       Height = 149
  342.       ItemHeight = 16
  343.       Sorted = True
  344.       TabOrder = 0
  345.       OnDblClick = FunctionListBoxDblClick
  346.     end
  347.   end
  348. end
  349.